Skip to content

Update @microsoft/vscode-azext-azureappservice to 4.2.3#4950

Merged
alexweininger merged 1 commit intomainfrom
upgrade/azext-azureappservice-4.2.3
Mar 31, 2026
Merged

Update @microsoft/vscode-azext-azureappservice to 4.2.3#4950
alexweininger merged 1 commit intomainfrom
upgrade/azext-azureappservice-4.2.3

Conversation

@alexweininger
Copy link
Copy Markdown
Member

Updates @microsoft/vscode-azext-azureappservice from 4.2.1 to 4.2.3.

Bug fixes included in this upgrade

  • Fix ASP list performance for EP/WS plans (vscode-azuretools#2229) — Elastic Premium and Workflow Standard App Service Plans no longer trigger individual GET requests to detect the OS. This eliminates multi-minute delays when listing plans. Fixes vscode-azuretools#2129.

Other changes

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@alexweininger alexweininger requested a review from a team as a code owner March 31, 2026 17:17
Copilot AI review requested due to automatic review settings March 31, 2026 17:17
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the extension’s dependency on @microsoft/vscode-azext-azureappservice from 4.2.1 to 4.2.3, pulling in upstream bug fixes (notably improved App Service Plan listing performance for EP/WS plans) and a transitive security bump.

Changes:

  • Bump @microsoft/vscode-azext-azureappservice to ^4.2.3 in package.json.
  • Update package-lock.json to lock @microsoft/vscode-azext-azureappservice to 4.2.3 (resolved URL + integrity hash).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Updates the declared dependency version for @microsoft/vscode-azext-azureappservice.
package-lock.json Locks the upgraded package to 4.2.3 and updates its resolved tarball + integrity.

Comment thread package.json
"@azure/core-rest-pipeline": "^1.11.0",
"@azure/storage-blob": "^12.5.0",
"@microsoft/vscode-azext-azureappservice": "^4.2.1",
"@microsoft/vscode-azext-azureappservice": "^4.2.3",
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The updated @microsoft/vscode-azext-azureappservice version (4.2.3) declares an engines.vscode requirement of ^1.105.0 (see package-lock), but this extension’s engines.vscode is ^1.104.0. If the library uses any 1.105-only VS Code APIs, this bump could break builds or runtime for users on 1.104. Please either (1) bump this extension’s VS Code engine (and keep @types/vscode in sync) after validating compatibility, or (2) pin to a vscode-azext-azureappservice version whose VS Code engine requirement matches 1.104.

Suggested change
"@microsoft/vscode-azext-azureappservice": "^4.2.3",
"@microsoft/vscode-azext-azureappservice": "4.2.2",

Copilot uses AI. Check for mistakes.
@alexweininger alexweininger enabled auto-merge (squash) March 31, 2026 17:34
@alexweininger alexweininger merged commit 8c0b214 into main Mar 31, 2026
6 checks passed
@alexweininger alexweininger deleted the upgrade/azext-azureappservice-4.2.3 branch March 31, 2026 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AppServicePlanListStep - performance improvement

3 participants